projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f477c
)
(report-emacs-bug-hook): Don't absolutely
author
Karl Heuer
<kwzh@gnu.org>
Mon, 13 Apr 1998 18:57:28 +0000
(18:57 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 13 Apr 1998 18:57:28 +0000
(18:57 +0000)
reject non-ASCII characters.
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index d6e15f5b25ee42954dcff92f606079e5f90e46dc..79be2cebcedd2b7f7021380cdb723b769cd6b88e 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-192,8
+192,7
@@
Type SPC to scroll through this section and its subsections.")))
(not (eobp)))
(let ((ch (following-char)))
(delete-char 1)
- (insert (format "=%02x" ch))))
- (error "Please convert non-ASCII characters to something else"))))
+ (insert (format "=%02x" ch)))))))
;; The last warning for novice users.
(if (or report-emacs-bug-no-confirmation